MediaFormatCollectionRemove Method |
Removes the specified media format from the collection, if it is present.
Namespace:
Independentsoft.Sip.Sdp
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic void Remove(
string mediaFormat
)
Public Sub Remove (
mediaFormat As String
)
Parameters
- mediaFormat
- Type: SystemString
The media format to remove.
See Also